home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / Fresco / build / Unix / config / cf / cray.cf < prev    next >
Text File  |  1995-07-12  |  1KB  |  44 lines

  1. XCOMM platform:  $XConsortium: cray.cf,v 1.49 94/04/04 21:28:10 rws Exp $
  2.  
  3. #define OSName            UNICOS 8.0
  4. XCOMM operating system:  OSName
  5. #define OSMajorVersion        8
  6. #define OSMinorVersion        0
  7.  
  8. #define SystemV            YES
  9. #define Malloc0ReturnsNull    YES
  10. #define RemoveTargetProgramByMoving YES
  11. #define ArCmd            bld cr
  12. #define StandardDefines        -DSYSV -DUSG
  13. #define ExecableScripts        NO
  14. #define HasPoll            NO
  15. #define HasXServer        NO
  16. #define BuildPex        NO
  17. #define ConnectionFlags        -DTCPCONN
  18. #define HasShm            NO
  19. #define PexNativeFPFormat    PEXCRAY_Floating
  20. #define NativeFPFormat        CRAY_Float
  21. #ifdef UseInstalled
  22. #define InstallCmd              install
  23. #else
  24. #define InstallCmd              $(SHELL) $(CONFIGSRC)/util/install.sh
  25. #endif
  26.  
  27. #ifdef _CRAY2
  28. #define DefaultCCOptions    -hpagelm -hlimitlm
  29. #endif
  30.  
  31. #if OSMajorVersion >= 6
  32. #define PreProcessCmd         /lib/pcpp
  33. #define CppCmd             /lib/pcpp
  34. #else
  35. #  if OSMajorVersion == 5
  36. #  define PreProcessCmd     /lib/cpp
  37. #  define CppCmd         /lib/cpp
  38. #  define ExtraLoadFlags        -lnet
  39. #  endif
  40. #endif
  41.  
  42. /* XKB library code does not work here yet */
  43. #define BuildXKBlib NO
  44.